-
Notifications
You must be signed in to change notification settings - Fork 45
Update Kueue and Jobset controller default limit value #502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Kueue and Jobset controller default limit value #502
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Zheng!
Had couple of questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please also reach out to XPK owners for verification. @Obliviour @pawloch00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change, looking forward to avoiding limits as we scale. Can we confirm (if not already) with GKE team that these calculated values are good?
@SujeethJinesh can you please take a look at this comment? |
@Obliviour Can you contact the GKE Team? Because we want to also create a tracking buganizer ticket for this issue/question, and then assign it to them. |
@Obliviour These values are taken from our previous scale testing results. It's based directly on the number of VMs, and so this calculation is a small overestimate of what's needed. It should be enough. |
@pawloch00 This PR also has integration tests failing. Can you please add me to collaborator like #506 (comment) ? |
done |
Fixes / Features
kueue-controller-manager
andjobset-controller-manager
to 1.2Mib per VM or 4Gi which is greater. The change was originally from b/421199006 and b/418017963. The change is implemented inutils
Testing / Documentation
Testing details.